home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / Security < prev    next >
Text File  |  1989-11-03  |  1KB  |  45 lines

  1.  
  2.  
  3. NAME
  4.     UULIB:Security
  5.  
  6. SYNOPSIS
  7.     -
  8.  
  9. DESCRIPTION
  10.     The UULIB:Security file governs readability and writability
  11.     of directories relative to remote uucp requests.  The UUSPOOL:
  12.     directory is always readable and writable.
  13.  
  14.     This prevents other nodes from examining or overwriting
  15.     arbitrary files in your system.
  16.  
  17.     The UUCICO program, which does the actual work downloading
  18.     and uploading files, will check remote-requested paths
  19.     against this file by comparing inodes (DOS Locks) and not
  20.     by name.  The reason for this is simply that, on the Amiga,
  21.     several different paths may refer to the same directory.
  22.  
  23.             ---- Example Security file (this line not included) ---
  24.  
  25. #   This file is used by UUCICO to determine the validity of requests.
  26. #
  27. #   The directories listed here are *allowed* directories for uucp
  28. #   transfers.    The permissions field lists permissions
  29. #            r    -readable
  30. #            w    -writable
  31.  
  32. tmp:        rw
  33. uucp:c        r
  34. uucp:man    r
  35. UUPUB:        rw
  36.  
  37. # If you have a UUPUBW: assign that is *different* from UUPUB: then
  38. # you might want to make UUPUB: readable only and UUPUBW: read-write.
  39.  
  40.             ---- End of Example (this line not included) ---
  41.  
  42. REFERENCES:
  43.     UUCP, UUCICO
  44.  
  45.